.hengfuText:nth-child(n+4) {
  display: none; /* 隐藏第4个及之后的子元素 */
}

#gezi figure:nth-child(n+9) {
  display: none; /* 隐藏第9个及之后的子元素 */
}